Remove unnecessary `Vec` allocation when iterating.
authorCorey Farwell <coreyf@rwell.org>
Tue, 3 May 2016 01:17:01 +0000 (21:17 -0400)
committerCorey Farwell <coreyf@rwell.org>
Tue, 3 May 2016 01:17:01 +0000 (21:17 -0400)
commit2a2f95d00d10122a971195a4b301955f4f740563
tree8fc5aedd28ebe243b4d5435dd81ba69ee754a305
parent9ce25edc08d446ba838d5b0a9ed17fb543779d33
Remove unnecessary `Vec` allocation when iterating.
src/cargo/util/toml.rs